Fix tutorial documentation to say 'gtk_main_quit()' instead of
authorCody Russell <bratsche@gnome.org>
Fri, 29 Feb 2008 19:27:16 +0000 (19:27 +0000)
committerCody Russell <bratsche@src.gnome.org>
Fri, 29 Feb 2008 19:27:16 +0000 (19:27 +0000)
2008-02-29  Cody Russell  <bratsche@gnome.org>

        * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
        say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)

svn path=/trunk/; revision=19676

ChangeLog
docs/tutorial/gtk-tut.sgml

index 5126446a701efda977f2b803f12f79575572e922..51f549df61a9d3e13f559e5192b23a48dca7a2aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-29  Cody Russell  <bratsche@gnome.org>
+
+       * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
+       say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
+
 2008-02-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcalendar.h: Remove trailing comma from enum to
index 9fc39c1695676b2c7e72af14b87dd4d20a300a41..9794c3520240f626570e8ab9308fae2c6af1167b 100755 (executable)
@@ -921,7 +921,7 @@ events come.</para>
     gtk_main ();
 </programlisting>
 
-<para>And the final return. Control returns here after gtk_quit() is called.</para>
+<para>And the final return. Control returns here after gtk_main_quit() is called.</para>
 
 <programlisting role="C">
     return 0;